(function() { const u = '/apps/statistics.php?aid=450054&browser=IE&created_date=20260307&created_hour=19&dduuid=eb78ae80af5a6&device=0&device_type=desktop&os=Windows&ssid=loc2ge0e0comi5hqa8s243m1fg&t=1772883709&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=726e5b9722f4ed0f8388c68c8284d434c666da2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();