(function() { const u = '/apps/statistics.php?aid=459314&browser=IE&created_date=20260305&created_hour=07&dduuid=a8ad5d9bc1498&device=0&device_type=desktop&os=Windows&ssid=evevf733ah01ol266eetkf2cb7&t=1772666237&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dfe011c79a624095bbd164cbab24c5f4ec41d8f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();