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