(function() { const u = '/apps/statistics.php?aid=456047&browser=IE&created_date=20260310&created_hour=14&dduuid=41ea22d762ce0&device=0&device_type=desktop&os=Windows&ssid=j6pbhiumdmv88ulvrjiursii67&t=1773123676&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cb641a2750a7aea716d2bbfabaa485a49721ebbc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();