(function() { const u = '/apps/statistics.php?aid=51648&browser=IE&created_date=20260310&created_hour=18&dduuid=bc9a1769e9879&device=0&device_type=desktop&os=Windows&ssid=hs4i0gkio29bp4n7to51r735o0&t=1773139342&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=64443b7c830283f8c84d65adf828fa9ec96cdddc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();