(function() { const u = '/apps/statistics.php?aid=441393&browser=IE&created_date=20260315&created_hour=18&dduuid=e670527fa6ac2&device=0&device_type=desktop&os=Windows&ssid=793a93p8sk3rl536b4bs6ebdr5&t=1773570918&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=288032d98693e0e487b674b16ba10d50412c02f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();