(function() { const u = '/apps/statistics.php?aid=291668&browser=IE&created_date=20260117&created_hour=00&dduuid=5ee49b0264dd3&device=0&device_type=desktop&os=Windows&ssid=1s0p223l62eoei7gb8cq2v87bj&t=1768581950&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9c1866af0f4d3ea434fedd1ad7c789dfe11ad308&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();