(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251208&created_hour=00&dduuid=a72eb12dc383e&device=0&device_type=desktop&os=Windows&ssid=5f6h0rne9c477597060fumb2vh&t=1765124121&typeid=5&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de23e6265ba36bf845a57dcd2c3f77571834a493&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();