(function() { const u = '/apps/statistics.php?aid=455836&browser=IE&created_date=20260303&created_hour=17&dduuid=1bebaa2cdc035&device=0&device_type=desktop&os=Windows&ssid=sbjnn5lfqdan6g6ck65p96enua&t=1772528757&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4da34ccc3186fed539a94724e9b709f339e4190f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();