(function() { const u = '/apps/statistics.php?aid=448770&browser=IE&created_date=20260124&created_hour=15&dduuid=9a235f17dfc73&device=0&device_type=desktop&os=Windows&ssid=ic83hb5l8c1ak6frcrfk4lr43d&t=1769238359&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46f76abdd8c83555b2e666a8ddfd2a7375d3e23d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();