(function() { const u = '/apps/statistics.php?aid=448088&browser=IE&created_date=20260122&created_hour=16&dduuid=0b8c466a5c99c&device=0&device_type=desktop&os=Windows&ssid=tpm0p5h1aanqssu1t4jpmtovt7&t=1769069133&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fbad4056d9794fbe5f8925edef0bc721e068ff31&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();