(function() { const u = '/apps/statistics.php?aid=454216&browser=IE&created_date=20260201&created_hour=01&dduuid=db6bbeef0fff6&device=0&device_type=desktop&os=Windows&ssid=tn5f0698m4q9r8tqsc2n9apsna&t=1769880888&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6330feb74b8fe3138c96451fbc518f8c8c64e344&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();