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