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