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