(function() { const u = '/apps/statistics.php?aid=451449&browser=IE&created_date=20260125&created_hour=02&dduuid=996d62ee3719b&device=0&device_type=desktop&os=Windows&ssid=g06osgljfo9t80b2k87tir3ie7&t=1769280808&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0f149b5ac9f99a0c54276d71c2367b014971d0e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();