(function() { const u = '/apps/statistics.php?aid=455107&browser=IE&created_date=20260224&created_hour=20&dduuid=dd5914fab9056&device=0&device_type=desktop&os=Windows&ssid=pn826i5c35vjglv2ki7v23s745&t=1771934790&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d822029e0ddbe02811c87208af9b9ca27584d5cf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();