(function() { const u = '/apps/statistics.php?aid=210017&browser=IE&created_date=20251225&created_hour=04&dduuid=1eeb30af27299&device=0&device_type=desktop&os=Windows&ssid=om9kogjnvf3qcp0ue0l1l920p0&t=1766608760&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53a1535f78e56d3df8934cbe7771b210f063fd7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();