(function() { const u = '/apps/statistics.php?aid=98759&browser=IE&created_date=20260224&created_hour=16&dduuid=ea4c30a64406b&device=0&device_type=desktop&os=Windows&ssid=ksves117et8a1q43rmnih7l72c&t=1771920215&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=63451f2c4489f3345915815587121190c9fdf19e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();