(function() { const u = '/apps/statistics.php?aid=430411&browser=IE&created_date=20260118&created_hour=00&dduuid=dd7d527c53490&device=0&device_type=desktop&os=Windows&ssid=go5f2bp7gdjhp0eu9s9jm9dfhf&t=1768668178&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d804f7e7d0d5893ed154d6cb81548b5ea041a89a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();