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