(function() { const u = '/apps/statistics.php?aid=453530&browser=IE&created_date=20260305&created_hour=02&dduuid=374149ec1188e&device=0&device_type=desktop&os=Windows&ssid=s4p3cteu2k1c8jhn62itr2icij&t=1772648766&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9e1bff2941acfab552d0293a249091168da56c01&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();