(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251024&created_hour=04&dduuid=98731d66072a6&device=0&device_type=desktop&os=Windows&ssid=33uno86alfv7gsvmfo2qh2p2if&t=1761252620&typeid=0&url_type=2&value=&sign=af27d7d6b6018b0b2b76e7688010ebced2f714f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();