(function() { const u = '/apps/statistics.php?aid=448582&browser=IE&created_date=20260226&created_hour=07&dduuid=83f41681079fa&device=0&device_type=desktop&os=Windows&ssid=nnb3ni358sespl3ljrs07juu48&t=1772061942&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5fb38536459049a0861e70e995e2d538502260c4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();