(function() { const u = '/apps/statistics.php?aid=455192&browser=IE&created_date=20260309&created_hour=10&dduuid=dcd9d52ed0ba0&device=0&device_type=desktop&os=Windows&ssid=nhnr7nrgfdo2tm4qtp6fs2pttl&t=1773025003&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45d34332cbd1bee243779ce6037f1470706cd0fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();