(function() { const u = '/apps/statistics.php?aid=452856&browser=IE&created_date=20260224&created_hour=18&dduuid=5664fcd421a34&device=0&device_type=desktop&os=Windows&ssid=nej198jv9qficnuime2iqe5rht&t=1771928420&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4708d4ebd565dd9ff53c944de1829078b769d955&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();