(function() { const u = '/apps/statistics.php?aid=409762&browser=IE&created_date=20260121&created_hour=07&dduuid=85a800c17769e&device=0&device_type=desktop&os=Windows&ssid=4dfcad1fd8ue96oeng4kufr4nm&t=1768951052&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=401822b47dfb99632ed0b29f0a678e90dd84c1c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();