(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251029&created_hour=09&dduuid=8262f4f138b6f&device=0&device_type=desktop&os=Windows&ssid=72j6ot3m00bs0ordr4rppfp5bl&t=1761702897&typeid=0&url_type=2&value=&sign=a1e6a85179276cd2f58f32122807c23a07360e97&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();