(function() { const u = '/apps/statistics.php?aid=262759&browser=IE&created_date=20260315&created_hour=21&dduuid=f04f517b54fa2&device=0&device_type=desktop&os=Windows&ssid=ic8q67o6asd3qjlu4je9ckbthd&t=1773582957&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f98ec28ffec9a8384ba11abc9350376e8ee66b8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();