(function() { const u = '/apps/statistics.php?aid=455903&browser=IE&created_date=20260304&created_hour=11&dduuid=544afabf9512a&device=0&device_type=desktop&os=Windows&ssid=ocuab7vvle8g66lcb7a9e8q8ht&t=1772594626&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d636f5ad86ca71b428b82799325bf541cb6e4dfe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();