(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251015&created_hour=23&dduuid=f67d9a1bb9939&device=0&device_type=desktop&os=Windows&ssid=67o5tadvo9i8og48vi8jgmf6ot&t=1760543738&typeid=0&url_type=2&value=&sign=ebe02d0095214b0a463dfc71e0173dad0ec66daa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();