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