(function() { const u = '/apps/statistics.php?aid=291709&browser=IE&created_date=20260223&created_hour=19&dduuid=7f99bd2326965&device=0&device_type=desktop&os=Windows&ssid=i2gf4hsfs12t6jtuuboo81d9um&t=1771845284&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b966a19ee67ac61bfebeb34fefc15989ed2cae22&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();