(function() { const u = '/apps/statistics.php?aid=426459&browser=IE&created_date=20260101&created_hour=05&dduuid=e99c8d1c2c1ec&device=0&device_type=desktop&os=Windows&ssid=dutc816lns3f4lfin91qvhm8kd&t=1767215070&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e52b451079acb5413b2cbe9c1db1a5308a54b5dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();