(function() { const u = '/apps/statistics.php?aid=454512&browser=IE&created_date=20260304&created_hour=20&dduuid=d2c02c438d5ee&device=0&device_type=desktop&os=Windows&ssid=t4hi56cfi87i4otd3jmp45phe6&t=1772627875&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c387234dbc448346b6704eccfd9859671b94759&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();