(function() { const u = '/apps/statistics.php?aid=454559&browser=IE&created_date=20260310&created_hour=03&dduuid=6635f9ae5b04a&device=0&device_type=desktop&os=Windows&ssid=2pg0dbikdj2iol16l0vum2ki2l&t=1773083541&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90c180d095b4acc75dd023e3a2979b2a66a10e9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();