(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=17&dduuid=2cfd9646d22e4&device=0&device_type=desktop&os=Windows&ssid=d1ahnc9conr4gacthraofjqflm&t=1758015686&typeid=0&url_type=2&value=&sign=57e37b7f4f25aa320fb00751b3e50c88b0143bfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();