(function() { const u = '/apps/statistics.php?aid=405935&browser=IE&created_date=20260114&created_hour=16&dduuid=7f70989bf33cd&device=0&device_type=desktop&os=Windows&ssid=qmgdd6i45pcrodr6btedn99vao&t=1768381125&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=feb1a8b9115612e19eb4b4f670bf12733ea685c9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();