(function() { const u = '/apps/statistics.php?aid=454527&browser=IE&created_date=20260201&created_hour=01&dduuid=fb74c44f65ab6&device=0&device_type=desktop&os=Windows&ssid=40reg7qrg441mc6i863hi08pu3&t=1769880889&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ca014d20b0420b5e420c8cf6d6bae39cd992cbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();