(function() { const u = '/apps/statistics.php?aid=440530&browser=IE&created_date=20260316&created_hour=20&dduuid=f95d513f52640&device=0&device_type=desktop&os=Windows&ssid=o1rm50qjpdq8ebdjh53pqqd2j2&t=1773663228&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07cb87fe3269e2a8bcb5226f7ce47bdeb27356d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();