(function() { const u = '/apps/statistics.php?aid=210162&browser=IE&created_date=20260224&created_hour=03&dduuid=54dfa73aeace2&device=0&device_type=desktop&os=Windows&ssid=7i86l0hneatq8l8rbjkdb1l1li&t=1771876793&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc2398fec94378c9c302c2ebcc113337f69593df&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();