(function() { const u = '/apps/statistics.php?aid=79168&browser=IE&created_date=20260117&created_hour=14&dduuid=5fc1eb6076e9b&device=0&device_type=desktop&os=Windows&ssid=gc9s8lr9betbob0b5og9smqjdb&t=1768632727&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e22a2dab24daaf34899623ce8133131d8f33f972&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();